home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / pipedream / Documents / Functions / Statistic < prev    next >
Text File  |  1991-10-09  |  1KB  |  137 lines

  1. %OP%DP4
  2. %OP%LP*
  3. %OP%TM4
  4. %OP%BM4
  5. %OP%LM5
  6. %OP%FX
  7. %OP%FY
  8. %OP%FS
  9. %OP%WC2,1726,532,1364,0,1,0,0
  10. %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299 
  11. %CO:A,10,100%%C%%H1%Statistical Functions Examples
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. %C%Function
  22. AVG
  23. COUNT
  24. GRAND
  25. MAX
  26. MIN
  27. %L%RAND
  28. STD
  29. STDP
  30. VAR
  31. VARP
  32. %CO:B,9,16%
  33.  
  34.  
  35. %V%%C%8
  36. %V%%C%7
  37. %V%%C%2
  38. %V%%C%11
  39. %V%%C%6
  40.  
  41.  
  42. %C%Input 1
  43. %C%b4e8
  44. %C%b4e8
  45. %V%%C%1
  46. %C%b4e8
  47. %C%b4e8
  48. %V%%C%1
  49. %C%b4e8
  50. %C%b4e8
  51. %C%b4e8
  52. %C%b4e8
  53. %CO:C,9,0%
  54.  
  55.  
  56. %V%%C%5
  57. %V%%C%12
  58. %V%%C%7
  59. %V%%C%9
  60. %V%%C%17
  61.  
  62.  
  63. %C%Input 2
  64. %C%-
  65. %C%-
  66. %V%%C%1
  67. %C%-
  68. %C%-
  69. %C%-
  70. %C%-
  71. %C%-
  72. %C%-
  73. %C%-
  74. %CO:D,9,0%
  75.  
  76.  
  77. %V%%C%10
  78. %V%%C%13
  79. %V%%C%7
  80. %V%%C%5
  81. %V%%C%17
  82.  
  83.  
  84. %C%Input 3
  85. %C%-
  86. %C%-
  87. %C%-
  88. %C%-
  89. %C%-
  90. %C%-
  91. %C%-
  92. %C%-
  93. %C%-
  94. %C%-
  95. %CO:E,9,90%
  96.  
  97.  
  98. %V%%C%13
  99. %V%%C%19
  100. %V%%C%1
  101. %V%%C%7
  102. %V%%C%1
  103.  
  104.  
  105. %C%Result
  106. %V%%C%avg(b4e8)
  107. %V%%C%count(b4e8)
  108. %V%%C%grand(b14)
  109. %V%%C%max(b4e8)
  110. %V%%C%min(b4e8)
  111. %V%%C%rand
  112. %V%%C%std(b4e8)
  113. %V%%C%stdp(b4e8)
  114. %V%%C%var(b4e8)
  115. %V%%C%varp(b4e8)
  116. %CO:F,61,62%
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. %L%Summary
  127. Returns the average of a list of numbers.
  128. Counts the number of entries in a list. (Numeric Slots only).
  129. Generates a Gaussian random number, average %H4%Input1%H4%, s.d. %H4%Input2%H4%, both optional.
  130. Returns the maximum value in a list.
  131. Returns the minimum value in a list.
  132. Generates a random number using %H4%Input1%H4% as the seed. %H4%Input1%H4% is optional.
  133. Returns the population standard deviation of a list.
  134. Returns the modified population standard deviation of a list.
  135. Returns the population variance of a list.
  136. Returns the modified population variance of a list.
  137.